home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 5542 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.7 KB  |  49 lines

  1. Path: newshost.lanl.gov!tanmoy
  2. From: tanmoy@qcd.lanl.gov (Tanmoy Bhattacharya)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: int main() vs int main(void)
  5. Date: 09 Feb 1996 04:37:26 GMT
  6. Organization: Los Alamos National Laboratory
  7. Message-ID: <TANMOY.96Feb8213726@qcd.lanl.gov>
  8. References: <1996Feb7.201848.18734@atlas.tntech.edu> <4fde76$flj@sam.inforamp.net>
  9. NNTP-Posting-Host: qcd.lanl.gov
  10. Mime-Version: 1.0
  11. Content-Type: text
  12. In-reply-to: rmorin@inforamp.net's message of Thu, 08 Feb 96 18:13:57 GMT
  13.  
  14. In article <4fde76$flj@sam.inforamp.net> rmorin@inforamp.net (Randy
  15. Charles Morin) writes: 
  16. <snip>
  17.    My understanding is that in C++, there is absolutely no difference.
  18. But in C,  
  19.    there is a slight difference.  I think the proper example is the
  20. following... 
  21.  
  22.    void f(void);
  23.    void f(){};
  24.  
  25.    This two line program is the key.  It compile in C++ and doesn't in C.  You 
  26.    have to change the program to...
  27.  
  28.    void f(void);
  29.    void f(void){};
  30.  
  31.    ..for it to compile in C.  But, I'm not an expert on the subject.  So, I'd 
  32.    confirm this by compiling the programs yourself.  No other
  33. differences exist  
  34.    in my books.
  35.  
  36. Why do people insist on posting such absolute non-sense (Now may be
  37. I can be arrested in the US if I used the word I felt like using
  38. instead.)
  39.  
  40. Cheers
  41. Tanmoy
  42. --
  43. tanmoy@qcd.lanl.gov(128.165.23.46) DECNET: BETA::"tanmoy@lanl.gov"(1.218=1242)
  44. Tanmoy Bhattacharya O:T-8(MS B285)LANL,NM87545 H:#9,3000,Trinity Drive,NM87544
  45. Others see <gopher://yaleinfo.yale.edu:7700/00/Internet-People/internet-mail>,
  46. <http://alpha.acast.nova.edu/cgi-bin/inmgq.pl>or<ftp://csd4.csd.uwm.edu/pub/
  47. internetwork-mail-guide>. -- <http://nqcd.lanl.gov/people/tanmoy/tanmoy.html>
  48. fax: 1 (505) 665 3003   voice: 1 (505) 665 4733    [ Home: 1 (505) 662 5596 ]
  49.